SingleN.INumeric<SingleN>.IsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SingleN>.IsGreaterThan(
SingleN value
)
Private Function IsGreaterThan (
value As SingleN
) As Boolean Implements INumeric(Of SingleN).IsGreaterThan
private:
virtual bool IsGreaterThan(
SingleN value
) sealed = INumeric<SingleN>::IsGreaterThan
private abstract IsGreaterThan :
value : SingleN -> bool
private override IsGreaterThan :
value : SingleN -> bool
- value SingleN
- The value to compare with the current value.
Booleantrue if the current value is greater than
value; otherwise,
false.
INumeric<TSelf>.IsGreaterThan(TSelf)